Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: post zhejiang fixes #602

Merged
merged 97 commits into from
Feb 13, 2023
Merged

Conversation

TheDZhon
Copy link
Contributor

@TheDZhon TheDZhon commented Feb 11, 2023

Follow-up fixes for #482.

The protocol had been deployed on Zhejiang using commit f4260d168029d580919b4625b6e03e0fa983c27a.

DiRaiks and others added 30 commits February 10, 2023 14:29
…o-dao into feature/shapella-upgrade-tests-base-oracle
…om:lidofinance/lido-dao into feature/shapella-upgrade-tests-base-oracle
function getStakingFeeAggregateDistributionE4Precision() external view returns (uint16 modulesFee, uint16 treasuryFee);
}

interface IWithdrawalQueue {
function finalizationBatch(uint256 _lastRequestIdToFinalize, uint256 _shareRate)
function finalizationBatch(uint256 _nextFinalizedRequestId, uint256 _shareRate)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_newLastFinalizedRequestId


// Step 9. Sanity check for the provided simulated share rate
if (_reportedData.lastFinalizableRequestId != DONT_FINALIZE_WITHDRAWALS) {
uint256 noWithdrawalsPostTotalShares = postTotalShares;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postTotalSharesIfNoWithdrawalsProcessed - ?

@@ -363,8 +363,6 @@ contract StETH is IERC20, Pausable {
function transferSharesFrom(
address _sender, address _recipient, uint256 _sharesAmount
) external returns (uint256) {
_whenNotStopped();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_transferShares

@ujenjt ujenjt merged commit c96e78f into feature/shapella-upgrade Feb 13, 2023
@ujenjt ujenjt deleted the feature/post-zhejiang-fixes branch February 13, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.